home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 004 / math.arc / MATH.DOC next >
Encoding:
Text File  |  1983-09-05  |  1.0 KB  |  33 lines

  1. Documentation for "MATH.EXE".
  2.  
  3.      Written by: Rex McAnally
  4.          2135 Lymington
  5.          Carrollton, Texas 75007
  6.  
  7. This program is usefull in drilling children in math computations such as
  8. addition, subtraction, multiplication, and division.
  9.  
  10. The set of equations are defined by the user (or parent) within a text file.
  11. Each line of text is an equation in the form of:
  12.      1st_operand operation 2nd_operand=answer
  13.  
  14. There should not be any imbedded blanks within the lines.
  15.  
  16. Valid operations are: + (addition), - (subtraction),
  17.               / (division), * (multiplication)
  18.  
  19. Negative operands are allowed, but no compound equations.
  20.  
  21. The following command will demonstrate how to setup an equation file:
  22.  
  23.      A>COPY CON: DATA <CR>
  24.      2+4=6<CR>
  25.      45/5=9<CR>
  26.      111+45=156<CR>
  27.      <F6><CR>
  28.  
  29. The following would be the command used to start the program running assuming
  30. the "MATH.EXE" program file in on a diskette in drive A.
  31.  
  32.      A>MATH DATA<CR>
  33.